home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / gscript / gs261s.zoo / atari / changed next >
Encoding:
Text File  |  1993-10-03  |  837 b   |  28 lines

  1. /*
  2.  *    Changes made to the original unix Ghostscript 2.61 source
  3.  *    for the Atari ST/TT platform are listed below.
  4.  */
  5.  
  6. 1) makefile (unix-gcc.mak)
  7.     i.)   general platform-specific changes
  8.     ii.)  included stvdi, slm, and GEM image devices
  9.     iii.)  added support for direct centronics printing
  10.  
  11. 2) gdevprn.h
  12.     i.) Set the clist parameters PRN_MAX_BITMAP, PRN_BUFFER_SPACE
  13.         and PRN_MIN_MEMORY_LEFT to 10M, 100K, and 10K.
  14.  
  15. 3) gdevprn.c
  16.     i.) Changed the gdev_prn_open_printer routine to interpret
  17.         NULL as an instruction to use direct centronics
  18.         printing.
  19.  
  20. 4) gdevdjet.c
  21.     i.) Changed the left margin of the deskjet and deskjet 500
  22.         drivers to keep them from chopping off the left part
  23.         of some images.
  24.  
  25. 5) std.h
  26.     i.) Included the file stprint.h to intercept stdio for
  27.         redirection to windows.
  28.